From: Bartosz DziewoƄski Date: Fri, 15 Sep 2017 22:58:55 +0000 (+0200) Subject: Preferences: Do not set non-breaking space as a label X-Git-Tag: 1.31.0-rc.0~1982^2~3 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=265ff105aaa814c828a35e599ed35d0b0bb00e53;p=lhc%2Fweb%2Fwiklou.git Preferences: Do not set non-breaking space as a label If there's no label, there's just no label. No need to pretend. Change-Id: I6b7065a23ba6532641989682d802613e0545f7e8 --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 0a9d70153f..dfc2475fb0 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -625,7 +625,6 @@ class Preferences { $defaultPreferences['skin'] = [ 'type' => 'radio', 'options' => $skinOptions, - 'label' => ' ', 'section' => 'rendering/skin', ]; } @@ -695,7 +694,6 @@ class Preferences { $defaultPreferences['date'] = [ 'type' => 'radio', 'options' => $dateOptions, - 'label' => ' ', 'section' => 'rendering/dateformat', ]; }